home *** CD-ROM | disk | FTP | other *** search
- CellString(Row,Column : INTEGER) : STRING;
-
- Returns the string value contained within the active spreadsheet cell designated by the parameters Row & Column
-
- CellValue(Row,Column : INTEGER) : REAL;
-
- Returns the numeric value contained within the active spreadsheet cell designated by the parameters Row & Column
-
- Angle(<Search Criteria>) : REAL;
-
- Returns the angles of the objects that fit the search criteria
-
- Area(<Search Criteria>) : REAL;
-
- Returns the area of the objects that fit the search criteria
-
- Count(<Search Criteria>) : REAL;
-
- Returns the number of the objects that fit the search criteria
-
- Height(<Search Criteria>) : REAL;
-
- Returns the height of the objects that fit the search criteria
-
- Length(<Search Criteria>) : REAL;
-
- Returns the length of the objects that fit the search criteria
-
- ObjectType(<Search Criteria>) : INTEGER;
-
- Returns the object type of the objects that fit the search criteria
-
- Perim(<Search Criteria>) : REAL;
-
- Returns the perimeter of the objects that fit the search criteria
-
- SelectObjs(<Search Criteria>);
-
- Selects objects that fit the search criteria
-
- DSelectObjs(<Search Criteria>);
-
- Deselects objects that fit the search criteria
-
- Width(<Search Criteria>) : REAL;
-
- Returns the width of the objects that fit the search criteria
-
- XCenter(<Search Criteria>) : REAL;
-
- Returns the X center coordinate value of the objects that fit the search criteria
-
- YCenter(<Search Criteria>) : REAL;
-
- Returns the Y center coordinate value of the objects that fit the search criteria
-
- LeftBound(<Search Criteria>) : REAL;
-
- Returns the far left X coordinate value of the bounding box of the objects that fit the search criteria
-
- TopBound(<Search Criteria>) : REAL;
-
- Returns the top Y coordinate value of the bounding box of the objects that fit the search criteria
-
- RightBound(<Search Criteria>) : REAL;
-
- Returns the far right X coordinate value of the bounding box of the objects that fit the search criteria
-
- BotBound(<Search Criteria>) : REAL;
-
- Returns the bottom Y coordinate value of the bounding box of the objects that fit the search criteria
-
- GetFont(TextHandle : Handle) : INTEGER;
-
- Returns the ID number of the font in a text block that is connected to TextHandle.
-
- GetSize(TextHandle : Handle) : INTEGER;
-
- Returns the text size in points of the text block that is connected to TextHandle.
-
- GetStyle(TextHandle : Handle) : INTEGER;
-
- Returns the text style of the font in a text block that is connected to TextHandle.
-
- GetLVis(LayerHandle : HANDLE) : INTEGER;
-
- Returns the layer visibility of the layer that is connected to LayerHandle.
-
-